home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / DefineButton2_227 / BUTTONCONDACTION on(release).as
Text File  |  2012-01-07  |  283b  |  18 lines

  1. on(release){
  2.    if(gResumeFrame == null)
  3.    {
  4.       if(gJumpLoc == false || gRecruitStatus == "dead")
  5.       {
  6.          gotoAndStop(21);
  7.       }
  8.       else if(gJumpLoc == true)
  9.       {
  10.          gotoAndStop(24);
  11.       }
  12.    }
  13.    else
  14.    {
  15.       gotoAndStop(26);
  16.    }
  17. }
  18.